All Questions
Tagged with plugin-gravity-formsquery-string
5 questions
0votes
0answers
263views
Get value of pre-populated Gravity forms field as variable in my function
I am using a dynamic field in Gravity forms which is pre-populated via a query string from another page. https://www.domain.com/example?country=US I have a function where I would like to get the ...
1vote
0answers
658views
magnific popup + gravity form query string not passing
I am using magnific popup to display a gravity from in a popup. the form is on the page using this code: <div id="form" class="contact-popup mfp-hide">[gravityform id=1]</div> and my ...
2votes
1answer
4kviews
urlencode query string in gravity forms confirmation redirect
I have a form that passes information such as 'name', 'email', 'orderno', 'amount' and 'note' to a payment form hosted at ePay. In order to pass the field-values I use the standard-confirmation on the ...
1vote
1answer
10kviews
Change gravity forms confirmation redirect query string to include entry id [closed]
I need to somehow insert the entry id from a Gravity Forms submission into a redirect confirmation. My problem is, that when attempting to create a confirmation via the admin interface, I can insert ...
3votes
1answer
6kviews
Redirect to post after submission with Gravity Forms? [closed]
How do I redirect to a post after submission with gravity forms. It gives you the option to put in query string values but when I add {post_id}/{Video Title:1} I get mysite.com/?123/name+of+post and ...